home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Adobe Graphics & Publishing SDK 1996 December
/
Adobe Graphics & Publishing SDK 1996 December.iso
/
pc
/
pm65sdk
/
sourcecode
/
pagemakerclasslibrary
/
queries
/
pgetpageid.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-07-11
|
556b
|
29 lines
/*
*--- PGetPageID.h --------------------------------------------------------
* Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
* Created on Mon, Oct 16, 1995 @ 10:42 PM by Paul Ferguson.
*
* Description:
*-------------------------------------------------------------------------
*/
#ifndef __PGetPageID__
#define __PGetPageID__
#include "PLongQuery.h"
class PGetPageID : public PLongQuery
{
public:
PGetPageID(short nPageNumber);
private:
PGetPageID();
};
#endif
// end of PGetPageID.h